home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / x3270 / unix_files / xioc.h < prev   
Encoding:
C/C++ Source or Header  |  2007-03-01  |  685 b   |  23 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    xioc.h
  12.  *        Global declarations for xio.c.
  13.  */
  14.  
  15. extern void Quit_action(Widget w, XEvent *event, String *params,
  16.     Cardinal *num_params);
  17. extern void x3270_exit(int n);
  18. extern void x_add_input(int net_sock);
  19. extern void x_except_off(void);
  20. extern void x_except_on(int net_sock);
  21. extern void x_remove_input(void);
  22.  
  23.